home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / graphics / fractals / mandeltour / product-info < prev    next >
Encoding:
Text File  |  1997-11-20  |  1.6 KB  |  63 lines

  1. .name
  2. MandelTourDemo
  3. .type
  4. Image Processing
  5. .short
  6. Demo of a new fractal program
  7. .description
  8. Demo version of a new Mandelbrot explorer with two original features:
  9. (1) it keeps memory of all the pictures that have been saved so as to
  10. make easier a systematic exploration of the Mandelbrot Set, with
  11. various facilities for navigating in the graphic library formed
  12. by these pictures (2) it has sophisticated routines for picture rendering,
  13. far better than what can be achieved with the usual cyclic coloring of its 
  14. competitors. MandelTour uses fixed point arithmetic routine from 32 bits 
  15. to 128 bits. Possibility of complex animations.
  16. .version
  17. 3.0
  18. .date
  19. 1995.03.10
  20. .author
  21. Charles VASSALLO
  22. .restrictions
  23. In this  demo  version, saving is disabled; only one enlargement allowed
  24. from the various pictures in the library (but there are one hundred of
  25. them); no keyboard input of coordinates
  26. .requirements
  27. Requires OS 3.0+ (AGA graphics; preferably PAL display)
  28. .distribution
  29. Commercial Demo
  30. .price
  31. $45(US, approximate), 240 FF (French)
  32. .address
  33. 3 rue Anatole France
  34. 13220 Chateauneuf-les-Martigues
  35. France   (fax (33) 42 76 18 70)
  36. .construction
  37. F-Basic and assembly (DevPac)
  38. .docs
  39. MandelTour.doc
  40. .submittal
  41. Submitted on disk directly by the author.
  42. .aminet-dir
  43. gfx/fract
  44. .execute
  45. set choice `RequestChoice "MandelTour" "Please select an option" "View Readme" "View Doc" "Run Program" "Cancel"`
  46.  
  47. if $choice EQ "0"
  48.   quit 5
  49. endif
  50.  
  51. if $choice EQ "1"
  52.   MetaTool Important! TEXT
  53. endif
  54.  
  55. if $choice EQ "2"
  56.   MetaTool MandelTour.doc TEXT
  57. endif
  58.  
  59. if $choice EQ "3"
  60.   AmigaToNTSC/AmigaToPAL
  61.   MandelTour.demo
  62. endif
  63.